ComponentOne Bitmap for WPF
CopyPixels<T>(RectL,T[]) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels<T>(RectL,T[]) Method
Syntax
'Declaration
 
Public Overloads Sub CopyPixels(Of T As {New, Struct})( _
   ByVal rectangle As RectL, _
   ByVal output() As T _
) 
public void CopyPixels<T>( 
   RectL rectangle,
   T[] output
)
where T: new(), struct

Parameters

rectangle
output

Type Parameters

T
See Also

Reference

BitmapSource Class
BitmapSource Members
Overload List